From f49e077c27d7065e63e92f4cf1a2c9eecd6b0b27 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 21 Jan 2014 10:40:52 -0500 Subject: [PATCH] docs: add keys_changed signal to GtkWindowClass --- gtk/gtkwindow.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/gtkwindow.h b/gtk/gtkwindow.h index 426970e597..dce09f11fd 100644 --- a/gtk/gtkwindow.h +++ b/gtk/gtkwindow.h @@ -63,6 +63,8 @@ struct _GtkWindow * @set_focus: Sets child as the focus widget for the window. * @activate_focus: Activates the current focused widget within the window. * @activate_default: Activates the default widget for the window. + * @keys_changed: Signal gets emitted when the set of accelerators or + * mnemonics that are associated with window changes. */ struct _GtkWindowClass { -- 2.30.2